home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1999 / MacHack 1999.toast / The Hacks / Target Acquisition Manager / Source / source / Appearance_DebugHeaders.h next >
Encoding:
Text File  |  1998-08-06  |  398 b   |  13 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    Appearance_DebugHeaders.h    ©1996-1998 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Use PowerPlant-specific Precompiled header
  6.     
  7. #if __POWERPC__
  8.     #include "Appearance_DebugHeadersPPC++"
  9.     
  10. #else
  11.     #include "Appearance_DebugHeaders68K++"
  12. #endif
  13.